home *** CD-ROM | disk | FTP | other *** search
- package sheet;
-
- import javax.microedition.lcdui.Command;
- import javax.microedition.lcdui.CommandListener;
- import javax.microedition.lcdui.Displayable;
- import javax.microedition.lcdui.TextBox;
-
- class SheetShow$2 implements CommandListener {
- private final Runnable val$action;
- private final SheetShow this$0;
-
- SheetShow$2(SheetShow var1, Runnable var2) {
- this.this$0 = var1;
- this.val$action = var2;
- }
-
- public void commandAction(Command var1, Displayable var2) {
- if (var1 == SheetShow.access$100()) {
- String var3 = ((TextBox)var2).getString();
- SheetShow.access$500(this.this$0, "Saving...", new SheetShow.3(this, var3));
- } else {
- this.this$0.show();
- }
-
- }
-
- static SheetShow access$200(SheetShow$2 var0) {
- return var0.this$0;
- }
-
- static Runnable access$400(SheetShow$2 var0) {
- return var0.val$action;
- }
- }
-